Tag Archives: coding

Websites To Test Your Codes Online

Oct 19, 2013

During program or code development we face lot of issues and bugs and in between we need some debugging. In PHP there is not a..

Read more

check and uncheck checkbox using JQuery.

Sep 27, 2013

In this post, you will learn how to check and uncheck checkbox using JQuery. Example html form <form>     <input type=“checkbox” name=“city” id=“city” value=“Newyork” />..

Read more

Tips to optimize MySQL Database

Sep 07, 2013

Hi all hope you all are enjoying the weekend today in this post we are going to see some tips to optimize MySQL Database the..

Read more

How To Turn An Array To String

Sep 06, 2013

If you explode to go one way, then you implode to come back the other way (or use join if you want to type less..

Read more

CSS Developer Tools

Aug 14, 2013

Here in the post we are going to see some useful CSS Developers tools 1.Sencha Animator : Sencha Animator is a fantastic tool which create..

Read more

Get an array of billing addresses and

Jun 21, 2013

Magento has no built in function to get an array of all shipping or billing addresses. However, you can do this by creating such an..

Read more